home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 921 b | 32 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: PartInfo.fr
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #include "FWResFil.k"
- #include "FWPart.k"
- #include "FWPart.fr"
- #include "FWString.fr"
- #include "Define.h"
- #include "Binding.h"
-
- //----------------------------------------------------------------------------------------
- // PartInfo
- // Provides user interface elements which the part is required to supply to OpenDoc
- // We can't use the nmap resources for this purpose because they aren't cross-platform.
- //----------------------------------------------------------------------------------------
-
- resource FW_RPartInfo(kPartInfoID)
- {
- kViewAsIconID,
- kMenuBarID,
- 0,
- "ODFCyberStarter R2",
- kKind
- };
-
-